Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > SchemaFontColors

SchemaFontColors

String, Real, Boolean, Integer, Integer

Correct default values

Purpose

The SchemaFontColors parameter specifies the font attributes and color of the Schema: label and your database schema name passed by the command line on the splash screen.

The parameter values represent font‑name, font‑size, font‑bold, color1, and color2. The value of <default> specifies that JADE uses what it recognizes as the correct default values.

A font-name value of Default indicates that the default system font is used and that the font-size and font-bold values are ignored.

The color1 value applies to the Schema: label, and the color2 value applies to the label containing the name of the schema. For example, if you set this parameter to Arial, 12, true, 16777215, 255 and then start the JADE development environment, the Schema: label is white, the JadeSchema label is red, and both labels use the Arial 12 point bold font.

Parameter is read when …

The client node is next initialized.